getUser

@GetMapping(value = "/{userId}")
open fun getUser(@PathVariable userId: Long): User